'Declaration Public Overloads Shared Sub Save(Of T)( _ ByVal textWriter As TextWriter, _ ByVal data As T, _ Optional ByVal formatted As Boolean _ )
public static void Save<T>( TextWriter textWriter, T data, bool formatted )
Parameters
- textWriter
- text writer
- data
- snapshot data
- formatted
- specifies if snapshot data is formatted
Type Parameters
- T
- snapshot Type